Vcenter NamespaceManagement Networks Nsx Projects Vpcs ListResult
Vcenter NamespaceManagement Networks Nsx Projects Vpcs ListResult
The Vcenter NamespaceManagement Networks Nsx Projects Vpcs ListResult schema represents the result of the GET /vcenter/namespace-management/networks/nsx/projects/{project}/vpcs operation. With Vcenter NamespaceManagement Networks Nsx Projects Vpcs FilterSpec.compatible set to true, will only return compatible VPCs that have been pre-created on NSX, filtering out pre-created VPCs from Supervisor or VCF Automation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"vpcs": [
{
"vpc": "string",
"name": "string",
"nsx_path": "string",
"vpc_connectivity_profile": "string",
"private_ips": [
"string"
]
}
]
}
vpcs
Required
List of all VPCs.
This property was added in vSphere API 9.0.0.0.